home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / banyan.zip / BANYAN.TEC
Text File  |  1993-06-03  |  4KB  |  87 lines

  1. ID:BN Banyan Vines Network setup
  2. Quarterdeck Technical Note #116                       Filename: BANYAN.TEC
  3. by Dan Sweeney                                      CompuServe: BANYAN.TEC
  4. Last revised:  2/18/92                                    Code: NW
  5.  
  6. Subject: A discussion of Banyan networking software and Quarterdeck products.
  7.  
  8.              
  9. Q:   Are Quarterdeck products compatible with Banyan Network Drivers?
  10.  
  11. A:   Yes. In fact, Banyan has published Application Notes certifying QEMM-386 
  12.      and DESQview with Vines.
  13.  
  14. Q:   Can I load the network drivers "High" (in the memory area between 640K 
  15.      and 1024K)?
  16.  
  17. A:   Yes, IF you have EMS 4.0 or EEMS memory using QRAM or an 80386 with QEMM-
  18.      386, you may load Files, Buffers, FCBs, device drivers, and TSR programs 
  19.      as well as Banyan's drivers into the unused areas in high memory, 
  20.      provided you have either one 112K or two 64K "High RAM" regions 
  21.      available.
  22.  
  23. Q:   How do I LOADHI Banyan's network drivers?
  24.  
  25. A:   You can LOADHI the drivers by modifying your network batch file as this 
  26.      example for Ethernet shows:
  27.  
  28.          Banyan Vines workstation users load a program called BAN.EXE, this 
  29.      program is actually a TSR that loads 2 other TSRs, NEBAN (the program 
  30.      loaded varies depending on the network card used) and REDIRALL (the 
  31.      redirector, this may be REDIR3,REDIR4, etc.)
  32.  
  33.      OPTIMIZE may not load BAN.EXE high since it needs a big chunk of memory 
  34.      to initialize itself, but there is a way to split the BANYAN network 
  35.      programs into parts that load separately and have a better chance to be 
  36.      loaded high. 
  37.  
  38.      Make a batch file called START.BAT with the following entries:
  39.  
  40.      C: 
  41.      CD \BAN
  42.      BAN /NC
  43.      NEBAN
  44.      REDIRALL
  45.      Z:LOGIN
  46.  
  47.      and replace the BAN.EXE line in the AUTOEXEC.BAT to @CALL START.BAT then 
  48.      run OPTIMIZE.  The three TSRs will then load separately and OPTIMIZE will 
  49.      have a much better chance to load them all high.  We have succeeded in 
  50.      loading all three high here at Quarterdeck using the Stealth feature of 
  51.      QEMM-386.
  52.  
  53.      The first line, "C:", makes sure that the C: drive is the current drive.  
  54.      The second line "CD \BAN" makes sure that the BANYAN directory is the 
  55.      current directory.  These are necessary since the BANYAN TSRs need to 
  56.      open data files in that directory; otherwise you will get the "Unable to 
  57.      read PCCONFIG.DB" message.  The /NC switch makes BAN load without loading 
  58.      the network card driver and redirector, so you will see a message "no 
  59.      network interface enabled":  the user should ignore this message. 
  60.  
  61. Q:   Are there any special considerations with QEMM-386 and network cards?
  62.  
  63. A:   Yes.  If your network card (such as Token Ring) has a RAM buffer, you 
  64.      should exclude it from QEMM so that other memory is not mapped over the 
  65.      RAM buffer address.  For more information on this subject, obtain 
  66.      TOKEN.TEC from Quarterdeck's Technical Support Department.
  67.  
  68. Q:   Do I have to do anything special to run DESQview with Vines or 
  69.      Grapevines?
  70.  
  71. A:   Some PC compatibles require a parameter when starting DESQview.  The 
  72.      symptom is that when a 25th line message is received the system will 
  73.      hang.  If this happens to you, first determine what IRQ your network card 
  74.      is set at.  The example given is for an Ethernet card set on IRQ 3.
  75.  
  76.           DV /HW:0B:U
  77.           
  78.      The /HW stands for hardware IRQ, the :0B represents IRQ 3.  0C would 
  79.      stand for IRQ 4, 0D would stand for IRQ 5.  The 0 is a ZERO, not an O.  
  80.      The :U stands for unmask. 
  81.  
  82.   ************************************************************************
  83.   *This technical note may be copied and distributed freely as long as it*
  84.   *is distributed in its entirety and it is not distributed for profit.  *
  85.   *         Copyright (C) 1990-2 by Quarterdeck Office Systems           *
  86.   ************************ E N D   O F   F I L E *************************
  87.